Fox's Git Mirrors
🗀 Files • ☸ Work (0) • 🖹 Commits (4) • ⑃ Branches (1) • ⌆ Tags (0) • ♥ Thanks (0)
>ticket-extensions
Plugins for tk (v0.3.2+) that add visualization commands.
Plugins
tk tree
Show the parent/child ticket hierarchy as an ASCII tree. Tickets are sorted by status (open before closed), priority, then ID.
T282828
tk tree # full tree from all roots
tk tree <id> # subtree rooted at a specific ticket
tk deps-mermaid
Generate a Mermaid T383838graph TD diagram of ticket dependency relationships. Useful for pasting into markdown or rendering with tools that support Mermaid.
T282828
tk deps-mermaid # all tickets
tk deps-mermaid <id> [id...] # subgraph reachable from given roots
Install
Run the install script to symlink the plugins into a directory on your PATH:
T282828
./install.sh # default: ~/.local/bin
./install.sh /usr/local/bin # or specify a directory
Or manually copy/symlink the T383838tk-* files into any directory on your PATH.
Requirements
Tests
Run the lightweight extension smoke/regression tests:
T282828
bash tests/run.sh
Served by rngit 1.4.1 - Generated in 0.03s